/* 全局 CSS */
body {text-align:center;font-family:宋体,serif;background:url(images/OEM_02.jpg) repeat-x center top #351614;font-size:12px; color:#000; padding:6px 0; margin:0}
body,div,dl,dt,dd,ul,ol,li,table,td,tr,th,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,blockquote{padding:0; margin:0}   
table,td,tr,th{font-size:12px;}
table{border-collapse:collsapse; border-spacing:0; width:100%; border:0}
ol,ul {list-style:none;}  
li{list-style-type:none;}
img{border:none;} 
caption,th {text-align:left;}   
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
abbr,acronym {border:0;}
address,caption,cite,code,dfn,em,th,var {font-weight:normal; font-style:normal;}
a{text-decoration:none; color:#000}
a:hover{text-decoration:underline; color:#900}

/* 通用样式 */
	.fl{float:left}
	.fr{float:right}
	.tl{text-align:left}
	.tr{text-align:right}
	.tc{text-align:center}
	.clear { clear:both; padding:0; margin:0;height:0px; width:100%; overflow:hidden}

/* 横向间隔 */
	.g6{height:6px; overflow:hidden}
	.g8{height:8px; overflow:hidden}
	.g10{height:10px; overflow:hidden}
	.g12{height:12px; overflow:hidden}
	.g16{height:16px; overflow:hidden}
	.g20{height:20px; overflow:hidden}

/* ASP样式 */
	/* 产品 */
	.aspProductList{margin:6px 0; padding:0; list-style:none;  float:left; width:100%}
		.aspProductList li{margin:6px 0; padding:0; list-style:none; width: 33%; height:171px; text-align:center; float:left}
		.aspProductList img{padding:2px; border:1px solid #cccccc; margin-bottom:6px}
	.aspPageBar{width:98%; height:36px;   text-align:right}
		.aspPageBar ul{float:right}
		.aspPageBar li{float:left; padding-left:6px}
		.aspPageBar a{padding:0 3px}
		.aspPageBar #pageNum{height:15px; width:26px; text-align:center; border:1px solid #999999}
	/* 文章 */
	.aspNewsList{line-height:20px}
		.aspNewsList li{padding:3px 0}
		.aspNewsList li span{float:right; color:#666}
		/* 图片展示 */
		.aspNewsList .aspImgList{margin:6px 3px; width:32%; text-align:center; float:left}
			/* 图片部分 */
			.aspNewsList .aspImgList td{height:140px; border:1px solid #333; background:#93bfe2}
			/* 名称部分 */
			.aspNewsList .aspImgList th{background:#85afd5; text-align:center}